Skip to main content

DCC 3.3

· 5 min read

New Features

IG-387 Report generated from Next-gen dashboard

Release notes

Admins can now generate reports based on next-gen dashboard layout and content. This is represented as a new Report type "Dashboard". This type of report generates an email with a unique link to the dashboard, based on a chosen IoT Device and a specific time period. The receiver of the email can open the link, further narrow the time period and generate a snapshot of this in the form of a downloaded PNG image. The link is controlled by a restricted access token that will expire after 1 week.
In conjunction with this, it is now possible in the report list, to identify this type of report by the "eye" symbol, which, when clicked, allows you to preview the report, without having to generate an email.
Also note that for any live Next-gen dashboard you can generate a downloaded PNG image with the currently chosen time selection (time interval or realtime)

IG-841 MVP2: Simplified Event trigger creation applicable for both SMS/Email events and Next-gen widgets

Release notes

It is now possible with just a few clicks to create a single trigger for a given sample point. Just select a samplepoint in the data viewer and create trigger, and it will prefill collector and samplepoint, and suggest actions based on type.
An Event Trigger can also be imported into an Event Trigger Group, for easier provisioning of new machines with many Event Triggers.

IG-905 Ability to move MQTT IoT devices between domains

Release notes

The option to move MQTT devices between domains has been added to the Edit Device menu. A new dropdown will display the available Domains to choose from. This makes it possible to move an MQTT IoT Device from one domain to another, without loosing any data.

IG-915 Add hours and minutes to time interval for Next-gen dashboard

Release notes

You can now manipulate hours and minutes directly within the time picker or widget when selecting a time interval. This enhanced granularity ensures you get the exact timeframe you need for your data analysis.

IG-1006 Misc. Next-gen dashboard optimizations

Release notes
  • New scaling of width. Makes layout look the same on different screen sizes
  • New label widget for adding a static text to a dashboard
  • Value widget now allows changing background color based on trigger color defined in applied Event Trigger Group (see also other feature about the color coding)
  • Font size is now changeable on value & label widget
  • Equation added to data source in edit mode

IG-1007 Color coding of selected Next-gen widgets based on Event Trigger Group condition

Release notes

It is now possible to define a "color when triggered" for triggers defined in Event Trigger Groups. This color will be used for the background of value widget in NextGen dashboards, when trigger is activated. This is useful e.g. for alerting visually when a temperature exceeds a specified threshold.

IG-1010 Possibility for duplicating a Next-gen dashboard

Release notes

It is now possible to make a copy of an existing Next-gen dashboard, and to select another IoT device used as default data source for the duplicate.

Bug Fixes

IG-792 MQTT service unable to connect to real time data server on restart

Release notes

Issue: MQTT Southbound Interface (SBI) failing to connect to Redis on startup.

Fixes:Implemented retries for smoother SBI startup.
Graceful exit for bad Redis connection.

IG-917 Problem updating LMM password through DCC

Release notes

Issue: Changing passwords on LMM domain with a GateManager OTP caused sync failure (500 error).

Fix: Resolved internal server error that occurred during GateManager synchronization after an LMM domain password change using a one-time password.

IG-919 Hourly data count for MQTT data points not working

Release notes

Issue: Hourly data counting wasn't working for MQTT devices in the IoT admin panel.

Fix: Resolved the issue preventing hourly data aggregation for MQTT devices. You can now accurately view and analyze your data in hourly intervals.

IG-977 Dataloss trigger does not work

Release notes

Issue: Triggers created using the "Dataloss" method weren't firing when data loss occurred.

Fix: Dataloss triggers now functions correctly, ensuring you're notified promptly in case of data loss events.

IG-1011 Editing Type in Next-gen Dashboard Custom widget throws an error

Release notes

Issue: Encountering an error when editing the "Type" field in a NextGen Dashboard custom widget.

Fix: Resolved this issue. Now you can freely modify widget types within your dashboards for a more personalized experience.

IG-1018 NBI2 sometimes freezes completely and requires restart

Release notes

Issue: Sometimes second generation Northbound Interface (NBI2) freezes completely and does not work until the service has been reset.

Fix: Resolved NBI2 freeze, by adjusting samplepoint endpoint & pgxpool connections handling

IG-1019 Logistic info missing some rows

Release notes

Issue: When using big data refinement profiles for logistic info in classic dashboard, it is possible that lines are being skipped.

Fix: We've addressed the issue and logistic table will now function correctly.

IG-1022 Unable to use IoT device replacement tool

Release notes

Issue: Dropdown menu for IoT device replacement tool in dashboard setup for classic dashboard could appear empty.

Fix: We've addressed the issue and the functionality around IoT device replacement tool will now function correctly.

IG-1025 Tooltip on Linechart is wrong if equation on sample is used

Release notes

Issue: If an Equation have been used on a LineChart widget the tooltip still shows the original value, and not the calculated one.

Fix: Line chart tooltips now accurately reflect calculated values after applying equations in Equation widgets. This ensures you see the transformed data within the tooltip, providing a clearer view of your analysis.